@charset "utf-8";

#numero{
	margin-top:10px;
}
#content>h3{
	text-align:right;
	font-size:25px;
	letter-spacing:-2px;
	color:#449a56;
	padding-right:40px;
	margin-top:15px;
}
#banner{
	position:relative;
	float:left;
	width:900px;
	height:260px;
	margin:15px 0px 30px 0px;
	overflow:hidden;
}
#banner a{
	position:absolute;
	width:900px;
	height:260px;
	display:none;
}
#banner a img{
	margin-top:-240px;
	width:900px;
	height:500px;
}
#banner div{
	position:absolute;
	right:0px;
	top:192px;
	width:auto;
	height:40px;
	background-color:#008e1e;
	display:none;
}
#banner div p{
	color:#FFF;
	text-align:right;
	padding:0px 20px 1px 20px;
}
#mapa{
	position:relative;
	float:right;
	width:657px;
	height:468px;
	background-image:url("../img/home_mapas.jpg");
	background-repeat:no-repeat;
	background-position:0px 85px;
}
#mapa h3{
	width:569px;
	height:52px;
	background-image:url("../img/home_mapa_h3.png");
	margin-bottom:20px;
	margin-left:-22px;
	margin-top:10px;
}
#destaque{
	position:relative;
	float:right;
	width:657px;
	height:230px;
	margin-top:55px;
	border-left:1px solid #bfbfbf;
	padding-left:40px;
}
#destaque h3{
	width:149px;
	height:21px;
	background-image:url("../img/home_adestaque_h3.png");
	margin-bottom:35px;
	margin-left:-22px;
}
.destaque{
	float:left;
	width:290px;
	height:150px;
	margin-right:35px;
}
.destaque h4{
	text-align:justify;
	height:60px;
}
.destaque img{
	float:left;
	margin-right:12px;
	margin-bottom:10px;
	max-width:70px;
	max-height:70px;
	border:1px solid #dadada;
}
.destaque p{
	text-align:justify;
}
.destaque a{
	color:#f4223a;
}
.destaque a:hover{
	text-decoration:underline;
}
#esquerda{
	position:absolute;
	top:160px;
	left:20px;
	width:20px;
	height:29px;
	background-image:url("../img/home_banner_seta_esq.jpg");
	cursor:pointer;
}
#direita{
	position:absolute;
	top:160px;
	right:20px;
	width:20px;
	height:29px;
	background-image:url("../img/home_banner_seta_dir.jpg");
	cursor:pointer;
}
